home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / lib / partman / automatically_partition / 50biggest_free / do_option < prev   
Encoding:
Text File  |  2009-04-19  |  111 b   |  10 lines

  1. #!/bin/sh
  2.  
  3. dev=${1%//*}
  4. id=${1#*//}
  5.  
  6. autopartition $dev $id || exit $?
  7.  
  8. # accept the autopartitioning
  9. exit 100
  10.